home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / patches / patchlibv4 / include / patch_lib.fd next >
Text File  |  1996-01-31  |  590b  |  27 lines

  1. * "patch.library"     (c) 1993-96 by Stefan Fuchs
  2. ##base _PatchBase
  3. ##bias 30
  4. ##public
  5. InstallPatch(newPatch)(a0)
  6. WaitRemovePatch(patch)(a0)
  7. RemovePatch(patch)(a0)
  8. FindPatch(name)(a0)
  9. *
  10. * Functions in V2 or higher
  11. *
  12. InstallPatchTagsA(funcEntry,funcOffset,tagList)(a0,d0/a1)
  13. RemovePatchTagsA(patch,tagList)(a0/a1)
  14. *
  15. * Functions in V3 or higher
  16. *
  17. FindPatchTagsA(tagList)(a0)
  18. SetPatchA(patch,tagList)(a0/a1)
  19. GetPatchA(patch,tagList)(a0/a1)
  20. PatchFreeVec(memoryBlock)(a1)
  21. *
  22. * Functions in V4 or higher
  23. *
  24. RemovePatchProjectA(project,tagList)(a0/a1)
  25. CreatePatchProjectA(name,tagList)(a0/a1)
  26. ##end
  27.